Examples of addOrigin()


Examples of org.geotools.imageio.metadataold.TemporalCRS.addOrigin()

    if (endDate != null
      endInstant = new DefaultInstant(new DefaultPosition(endDate));

    final String timeOrigin = startInstant.getPosition().getDateTime().toString();
    tCRS.addAxis(new Identification("TIME"), "future", "hours since "+ timeOrigin, null);
        tCRS.addOrigin(timeOrigin);
    }

  private void setAPSCRS(CoordinateReferenceSystem crs) {
   
    // //
View Full Code Here

Examples of org.zanata.webtrans.shared.model.TransMemoryResultItem.addOrigin()

                    new TransMemoryResultItem(sourceContents, targetContents,
                            matchType, score, percent);
            matchesMap.put(key, item);
        }
        item.incMatchCount();
        item.addOrigin(origin);
        item.addSourceId(sourceId);
    }

    /**
     * NB just because this Comparator returns 0 doesn't mean the matches are
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.