Package net.opengis.gml.v32
Interface Factory
- All Known Implementing Classes:
GMLFactory
public interface Factory
-
Method Details
-
newTimeInstant
TimeInstant newTimeInstant() -
newTimePeriod
TimePeriod newTimePeriod() -
newTimePosition
TimePosition newTimePosition() -
newTimeIntervalLength
TimeIntervalLength newTimeIntervalLength() -
newEnvelope
Envelope newEnvelope() -
newPoint
Point newPoint() -
newLinearRing
LinearRing newLinearRing() -
newPolygon
Polygon newPolygon() -
newLineString
LineString newLineString() -
newReference
Reference newReference() -
newCode
CodeWithAuthority newCode() -
newCodeList
CodeList newCodeList() -
newCodeOrNilReasonList
CodeOrNilReasonList newCodeOrNilReasonList() -
newFeatureCollection
FeatureCollection newFeatureCollection()
-