| Constructor and Description |
|---|
GMLFactory() |
GMLFactory(boolean useJTS) |
| Modifier and Type | Method and Description |
|---|---|
Code |
newCode() |
CodeList |
newCodeList() |
CodeOrNilReasonList |
newCodeOrNilReasonList() |
CodeWithAuthority |
newCodeWithAuthority() |
Envelope |
newEnvelope() |
Envelope |
newEnvelope(String crs,
double minX,
double minY,
double maxX,
double maxY) |
Envelope |
newEnvelope(String crs,
double minX,
double minY,
double minZ,
double maxX,
double maxY,
double maxZ) |
FeatureCollection |
newFeatureCollection() |
LinearRing |
newLinearRing() |
LineString |
newLineString() |
Point |
newPoint() |
Polygon |
newPolygon() |
Reference |
newReference() |
TimeInstant |
newTimeInstant() |
TimeInstant |
newTimeInstant(TimePosition timePosition) |
TimeIntervalLength |
newTimeIntervalLength() |
TimePeriod |
newTimePeriod() |
TimePeriod |
newTimePeriod(TimePosition beginPosition,
TimePosition endPosition) |
TimePosition |
newTimePosition() |
TimePosition |
newTimePosition(double julianTime) |
TimePosition |
newTimePosition(IDateTime dateTime) |
public final FeatureCollection newFeatureCollection()
newFeatureCollection in interface Factorypublic final TimeInstant newTimeInstant()
newTimeInstant in interface Factorypublic final TimeInstant newTimeInstant(TimePosition timePosition)
public final TimePeriod newTimePeriod()
newTimePeriod in interface Factorypublic final TimePeriod newTimePeriod(TimePosition beginPosition, TimePosition endPosition)
public final TimePosition newTimePosition()
newTimePosition in interface Factorypublic final TimePosition newTimePosition(double julianTime)
public final TimePosition newTimePosition(IDateTime dateTime)
public final TimeIntervalLength newTimeIntervalLength()
newTimeIntervalLength in interface Factorypublic final Envelope newEnvelope()
newEnvelope in interface Factorypublic final Reference newReference()
newReference in interface Factorypublic final CodeWithAuthority newCodeWithAuthority()
newCodeWithAuthority in interface Factorypublic final CodeList newCodeList()
newCodeList in interface Factorypublic final CodeOrNilReasonList newCodeOrNilReasonList()
newCodeOrNilReasonList in interface Factorypublic final LinearRing newLinearRing()
newLinearRing in interface Factorypublic final Polygon newPolygon()
newPolygon in interface Factorypublic final LineString newLineString()
newLineString in interface Factorypublic Envelope newEnvelope(String crs, double minX, double minY, double maxX, double maxY)
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.