public class PointJTS extends com.vividsolutions.jts.geom.Point implements Point
Implementation of GML Point derived from JTS Point class.
| Constructor and Description |
|---|
PointJTS(com.vividsolutions.jts.geom.GeometryFactory jtsFactory,
int numDims) |
| Modifier and Type | Method and Description |
|---|---|
void |
addName(Code name)
Adds a new name property
|
String[] |
getAxisLabels()
Gets the axisLabels property
|
String |
getDescription()
Gets the description property
|
Reference |
getDescriptionReference()
Gets the descriptionReference property
|
Envelope |
getGeomEnvelope() |
String |
getId()
Gets the id property
|
CodeWithAuthority |
getIdentifier()
Gets the identifier property
|
OgcPropertyList<Object> |
getMetaDataPropertyList()
Gets the list of metaDataProperty properties
|
String |
getName() |
List<Code> |
getNameList()
Gets the list of name properties
|
int |
getNumNames()
Returns number of name properties
|
double[] |
getPos()
Gets the pos property
|
int |
getSrsDimension()
Gets the srsDimension property
|
String |
getSrsName()
Gets the srsName property
|
String |
getUniqueIdentifier()
Gets the identifier property
|
String[] |
getUomLabels()
Gets the uomLabels property
|
boolean |
isSetAxisLabels()
Checks if axisLabels is set
|
boolean |
isSetDescription()
Checks if description is set
|
boolean |
isSetDescriptionReference()
Checks if descriptionReference is set
|
boolean |
isSetIdentifier()
Checks if identifier is set
|
boolean |
isSetPos()
Checks if pos is set
|
boolean |
isSetSrsDimension()
Checks if srsDimension is set
|
boolean |
isSetSrsName()
Checks if srsName is set
|
boolean |
isSetUomLabels()
Checks if uomLabels is set
|
void |
setAxisLabels(String[] axisLabels)
Sets the axisLabels property
|
void |
setDescription(String description)
Sets the description property
|
void |
setDescriptionReference(Reference descriptionReference)
Sets the descriptionReference property
|
void |
setId(String id)
Sets the id property
|
void |
setIdentifier(CodeWithAuthority identifier)
Sets the identifier property
|
void |
setName(String name)
Sets the default name
|
void |
setPos(double[] pos)
Sets the pos property
|
void |
setSRID(int srid) |
void |
setSrsDimension(int srsDimension)
Sets the srsDimension property
|
void |
setSrsName(String srsName)
Sets the srsName property
|
void |
setUniqueIdentifier(String identifier)
Sets the identifier property
|
void |
setUomLabels(String[] uomLabels)
Sets the uomLabels property
|
void |
unSetSrsDimension()
Unsets the srsDimension property
|
apply, apply, apply, apply, clone, equalsExact, getBoundary, getBoundaryDimension, getCoordinate, getCoordinates, getCoordinateSequence, getDimension, getGeometryType, getNumPoints, getX, getY, isEmpty, isSimple, normalize, reversebuffer, buffer, buffer, compareTo, compareTo, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equals, equals, equalsExact, equalsNorm, equalsTopo, geometryChanged, getArea, getCentroid, getEnvelope, getEnvelopeInternal, getFactory, getGeometryN, getInteriorPoint, getLength, getNumGeometries, getPrecisionModel, getSRID, getUserData, hashCode, intersection, intersects, isRectangle, isValid, isWithinDistance, norm, overlaps, relate, relate, setUserData, symDifference, toString, toText, touches, union, union, withinpublic PointJTS(com.vividsolutions.jts.geom.GeometryFactory jtsFactory,
int numDims)
public double[] getPos()
Pointpublic boolean isSetPos()
Pointpublic void setPos(double[] pos)
Pointpublic String getSrsName()
AbstractGeometrygetSrsName in interface AbstractGeometrypublic OgcPropertyList<Object> getMetaDataPropertyList()
AbstractGMLgetMetaDataPropertyList in interface AbstractGMLpublic boolean isSetSrsName()
AbstractGeometryisSetSrsName in interface AbstractGeometrypublic final void setSrsName(String srsName)
AbstractGeometrysetSrsName in interface AbstractGeometrypublic void setSRID(int srid)
setSRID in class com.vividsolutions.jts.geom.Geometrypublic int getSrsDimension()
AbstractGeometrygetSrsDimension in interface AbstractGeometrypublic boolean isSetSrsDimension()
AbstractGeometryisSetSrsDimension in interface AbstractGeometrypublic String getDescription()
AbstractGMLgetDescription in interface AbstractGMLpublic void setSrsDimension(int srsDimension)
AbstractGeometrysetSrsDimension in interface AbstractGeometrypublic void unSetSrsDimension()
AbstractGeometryunSetSrsDimension in interface AbstractGeometrypublic String[] getAxisLabels()
AbstractGeometrygetAxisLabels in interface AbstractGeometrypublic boolean isSetDescription()
AbstractGMLisSetDescription in interface AbstractGMLpublic boolean isSetAxisLabels()
AbstractGeometryisSetAxisLabels in interface AbstractGeometrypublic void setAxisLabels(String[] axisLabels)
AbstractGeometrysetAxisLabels in interface AbstractGeometrypublic void setDescription(String description)
AbstractGMLsetDescription in interface AbstractGMLpublic String[] getUomLabels()
AbstractGeometrygetUomLabels in interface AbstractGeometrypublic Reference getDescriptionReference()
AbstractGMLgetDescriptionReference in interface AbstractGMLpublic boolean isSetUomLabels()
AbstractGeometryisSetUomLabels in interface AbstractGeometrypublic boolean isSetDescriptionReference()
AbstractGMLisSetDescriptionReference in interface AbstractGMLpublic void setUomLabels(String[] uomLabels)
AbstractGeometrysetUomLabels in interface AbstractGeometrypublic void setDescriptionReference(Reference descriptionReference)
AbstractGMLsetDescriptionReference in interface AbstractGMLpublic CodeWithAuthority getIdentifier()
AbstractGMLgetIdentifier in interface AbstractGMLpublic String getUniqueIdentifier()
AbstractGMLgetUniqueIdentifier in interface AbstractGMLpublic boolean isSetIdentifier()
AbstractGMLisSetIdentifier in interface AbstractGMLpublic void setIdentifier(CodeWithAuthority identifier)
AbstractGMLsetIdentifier in interface AbstractGMLpublic void setUniqueIdentifier(String identifier)
AbstractGMLsetUniqueIdentifier in interface AbstractGMLpublic List<Code> getNameList()
AbstractGMLgetNameList in interface AbstractGMLpublic int getNumNames()
AbstractGMLgetNumNames in interface AbstractGMLpublic void addName(Code name)
AbstractGMLaddName in interface AbstractGMLpublic void setName(String name)
AbstractGMLsetName in interface AbstractGMLpublic String getName()
getName in interface AbstractGMLpublic String getId()
AbstractGMLgetId in interface AbstractGMLpublic void setId(String id)
AbstractGMLsetId in interface AbstractGMLpublic Envelope getGeomEnvelope()
getGeomEnvelope in interface AbstractGeometryCopyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.